TODO: Put a short summary on the line above and replace this paragraph
with a longer explanation of this change. Complete the meta-information
with other relevant fields (see below for details). To make it easier, the
information below has been extracted from the changelog. Adjust it or drop
it.
Gbp-Pq: Name Version_2_7_2pre28
-"Version_2_7_2pre27"
+"Version_2_7_2pre28"
#define NEED_STACK_CHK_GUARD
-#define OUTPUT_MACH bfd_mach_arm_9
+#define OUTPUT_MACH bfd_mach_arm_7
#define ADDITIONAL_FEATURES ADD_FEATURE("NO-SIGFPE")
(defun esubseq (s &optional (b 0) (e (length s)) &aux (s (string s)));avoid mdl/memmove call in subseq
(make-vector 'character (- e b) nil nil s b nil nil))
-(defun name-lib (n)
+(defun name-lib (n &aux (n (string n)))
(when (>= (string-match (load-time-value (compile-regexp "\([^/]*\)$")) n) 0)
(setq n (esubseq n (match-beginning 1) (match-end 1))))
(when (>= (string-match (load-time-value (compile-regexp "(\.(so|dylib|dll))$")) n) 0)